FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / Refresh Method / Refresh(Nullable<GridCellType>,GridCellRange) Method
Type of the cell.
The range.

In This Topic
    Refresh(Nullable<GridCellType>,GridCellRange) Method
    In This Topic
    Refreshes the specified cells.
    Syntax
    'Declaration
     
    Public Overloads Sub Refresh( _
       Optional ByVal cellType As Nullable(Of GridCellType), _
       Optional ByVal range As GridCellRange _
    ) 
    public void Refresh( 
       Nullable<GridCellType> cellType,
       GridCellRange range
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    See Also